<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{margin:0;padding:0;list-style:none;border:none;outline:none;}
body{font-family:"microsoft yahei";}
#fixed {
	/* background-color:#133E64; */
	width: 225px;
	left:0;
	top:0;
	bottom:0;
	z-index:99999;
}
#fixed dl {
	list-style:none;
	padding:0px;
	margin:0px;
	/* border-top:1px solid #184E7E; */
	width: 225px;
	position:absolute;
	left:0;
	/* top:50%; */
	bottom:0;
	vertical-align:middle;
	/* margin-top: -40px; */
}
#fixed dt {
	position:absolute;
	width: 30px;
	display:block;
	bottom: 120px;
	height: 40px;
	right: 0;
}
#fixed dd {
	/* border-bottom:1px solid #184E7E; */
	font:normal 12px/normal 'microsoft yahei';
}
#fixed a,#fixed a:link,#fixed a:visited {
	text-decoration:none;
	display:block;
	/* height: 20px; */
	background:transparent url(fixed_icon_20201201.png) top center no-repeat;
	color:#FFFFFF;
	text-align: left;
	line-height: 20px;
	overflow:hidden;
	padding: 5px 0 5px 15px;
}
#fixed a:hover {
	/* background-color:#1C588E; */
}
#fixed a.web {
	background:#ae075d;
}
#fixed a.mb {
	background:#0c5eb0;
}
#fixed a.dj {
	background:#f3731d;
}

#fixed a.close {
	background-position: 0px -10px;
	height: 40px;
	padding: 0
}</pre></body></html>